@import "font-awesome.min.css";
* {
	margin:0;
	padding:0;
}
body,html {
	font-size: 14px;
	font-family:"Arial","source" ;
	overflow-x:hidden;
	margin:0;
	padding:0;
	color: #000;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "source","Arial" ;
}

a {
	text-decoration: none;
	color: #333;

}
select:focus {
	outline:none;
}

.nopad {
	padding:0;
}
.nomargin  {
	margin:0;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;


}
ul {
	padding:0;
	margin:0;
	font-size:0;
}
li {
	list-style: none;
}

.fl { float:left;}
.fr { float:right;}


.row {
	width:100%;
	padding: 0px;
    margin: 0 auto;
    text-align: center;
}
.row-pro {
	width:100%;
	padding: 0px;
    margin: 0 auto;
    text-align: center;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
}


.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
body{
	width: 100%;
	opacity: 1;
	overflow: hidden;
	transition:opacity 0.3s;
}
body.on{
	opacity: 1;
}
body::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #e85100;
}
.w1400{
	width: 1400px;
	position: relative;
	margin:0 auto;
}
.w1600{
	width: 1600px;
	position: relative;
	margin: 0 auto;
}
.carousel-control.left {
	background:none;
}
.carousel-control.right {
	background: none;
}
.f-cb {

	zoom: 1;

}

@font-face {
	font-family: 'source';
	src: url('../fonts/SourceHanSansCN-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/SourceHanSansCN-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg'); /* Legacy iOS */
}




/**
 * 判断浏览器
 */

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT: 120px; COLOR: #000; FONT-SIZE: 15px
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING-TOP: 17px
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}

/*css组件设置*/
/*css组件设置*/
.imgZoom img,.imgY180 img { -moz-transition:all 2.4s ease 0s; -ms-transition:all 2.4s ease 0s; -o-transition:all 2.4s ease 0s; -webkit-transition:all 2.4s ease 0s; transition:all 2.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
.imgX360 img {-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;}
.imgX360:hover img {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);}
/*头部样式 */

/*
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #60b830;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #60b830;
}
*/

.carousel-control {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -20px;
	font-size:60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

/*内页banner下的导航 */

#nei-main {
	padding-bottom: 95px;
	padding-top:40px;
}



/*内页公共部分*/
.nei-title {
	text-align: center;

}
.nei-title .title-text {
	font-size:36px;
	color: #000000;
	line-height:50px;
    font-family: "glyphicons-halflings-regular";
	font-weight:700;
}
.nei-title .title-text:after {
	content:'';
	width: 63px;
	height: 4px;
	display: block;
	background:#f5c920;
	margin:13px auto 25px;
}


.nei-title .pro-title {
	width: 100%;
}
.nei-title .pro-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .pro-title ul li{
	height: 90px;
	margin-right: 55px;
	text-align: center;
	display: inline-block;
}




.div-about {
    width: 100%;
    height: 80px;
    text-align: center;
	background:#797778;
}

.nei-title .cate-title {
	width: 1300px;
    margin-bottom: 40px;
    margin: 0 auto;
}
.nei-title .cate-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title ul li{
	height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #fff;
	border-left:#878586 1px solid;
}
.nei-title .cate-title ul li.cur{
	height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #fff;
	background:#0066ba;
}
.nei-title .cate-title ul li.cur a{
	color: #fff;
}
.nei-title .cate-title ul li:hover{

	background:#0066ba;
	color: #fff;
}
.nei-title .cate-title ul li:last-child {
	border-right:#878586 1px solid;
}
.nei-title .cate-title ul li a {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	color:#cccccc;
}
.nei-title .cate-title ul li a.active {
	height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #fff;
	background:#0066ba;
}
.nei-title .cate-title ul li a:hover {
	color: #fff;
}

/*面包屑*/
.list-bread {
	background-color: #f0efef;
	height:85px;
	line-height: 85px;
}
#tit {
	height:80px;

	background-color: #f5f5f5;
}
#tit .sendcate p{
	width:60%;
	font-weight:bold;
	font-size:28px;
	color: #1e1e1e;
	padding-left:20px;
	float: left;
	text-transform: uppercase;
}

.breadcrumb {
	font-size: 14px;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #474747;
	content: ">";
}


.breadcrumb {
	float: left;
	padding:0;
	/*line-height: 128px;*/
	margin-bottom:0;
	background: none;
	font-size: 14px;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li i {
	margin-right: 10px;
}
.breadcrumb li.active {
	text-transform: capitalize;
}

.bread-nei {
	padding: 0 6.5%;
}

/*********************************************************************************************************************/

/**
 * 底部样式
 */
/*footer*/

.contact-wrapper {
	width: 100%;
	padding-bottom: 128px;
	background: #4b4b4b;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
	border-bottom:#434343 1px solid;

}
.contact-wrapper .zj{
	text-align: center;
	width: 1300px;
	height: 320px;
	padding: 0px;
	margin: 0 auto;
}
.contact-wrapper .footlogo{
	text-align: center;
	width: 100%;
	padding-top:60px;
	height:160px;
	padding-bottom:20px;
}
.footleft{
  width:40%;
  float:left;
  text-align:left;
}
.footright{
  width:60%;
  float:left;
  text-align: right;
}
.copyright .zjx{
	text-align: center;
	width: 1300px;
	padding: 0px;
	margin: 0 auto;
}
.contact-wrapper .hd {
    float: left;
	width: 29%;
	margin-top: 90px;
	height:200px;
}
.contact-wrapper .wx {
    float: left;
	width: 14%;
	margin-top: 40px;
	height:260px;
}
.contact-wrapper .hd .hd-inner {
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	color: #010101;
	margin-top: 10px;
	padding-right:10%;
	font-style: italic;
}
.contact-wrapper .hd .search-wrapper {
	width: 100%;
	height: 70px;
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
}
.contact-wrapper .wx .search-text {
	width: 100%;
	margin-top: 50px;
	text-align: right;
}
.contact-wrapper .hd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	text-align: right;
}
.contact-wrapper .bd {
	float: left;
	width: 30%;
	margin-top: 60px;
}
.contact-wrapper .nd {
	float: left;
	width: 27%;
	margin-top: 60px;
}
.contact-wrapper .bd .search-wrapper {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	text-align: left;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.contact-wrapper .nd .search-wrapper {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	text-align: left;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.contact-wrapper .bd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	text-align: left;
}
.contact-wrapper .nd .search-input-box {
	width: 100%;
	height: 125px;
	margin-top: 10px;
	text-align: left;
}
.contact-wrapper .bd .search-text {
	width: 100%;
	margin-top:5px;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #bbbbbb;
}
.contact-wrapper .bd .search-text img{
   margin-right:10px;
}
.contact-wrapper .bd .search-text a {
	color: #fff;
}

.contact-wrapper .nd .search-text {
	width: 30%;
	float:left;
	height: 30px;
	text-align: left;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.contact-wrapper .nd .search-text img{

   margin-right:10px;
}
.contact-wrapper .nd .search-text a {
	color: #bbbbbb;
}

.com_about input[type=text] {
    background: #fff;
    border: 1px solid #cccccc;
    width: 475px;
    height: 40px;
    padding-left: 20px;
    font-size: 16px;
}
.com_about input[type=submit] {
    background: #7c7c7c;
    color: #fff;
    height: 40px;
    width: 153px;
    border: none;
    font-size: 16px;
}

.contact-wrapper .bd .contact-us {
	position: absolute;
	left: 970px;
	top: -190px;
	width: 580px;
	height: 300px;
	padding: 50px 70px 0;
	background-color: #333;
}
.contact-wrapper .bd .contact-us .contact-us-title {
	position: relative;
	height: 52px;
	padding-top: 22px;
	font-size: 30px;
}
.contact-wrapper .bd .contact-us .contact-us-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #fff;
}
.contact-wrapper .bd .contact-us .contact-us-text {
	margin-top: 32px;
	padding-right: 45px;
	line-height: 24px;
}
.contact-wrapper .bd .contact-us .contact-us-check {
	width: 426px;
	height: 48px;
	margin: 27px auto 0;
	background-color: #e70113;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
}
.copyright {
	color: #898989;
	font-size:14px;
	height: 55px;
	background:#333333;

}
.copyright .footlogo{
	float: left;
	text-align: left;
	width: 25%;
}
.copyright .border-top {
	float: left;
	text-align: left;
	width: 100%;
	height: 55px;
	line-height: 55px;

}
.copyright .border-top a{color: #898989;}
.copyright p {
	/*color: #fff;*/
	margin-bottom: 0;
	font-size:12px;
	font-family:"Arial";

}
.copyright p a {
	/*color: #fff;*/

}


.navboxa{height:58px;position:relative;z-index:9;margin:auto;filter:alpha(opacity=90);-moz-opacity:0.90;font-family:'微软雅黑';padding-top:20px;}
.nava{width:100%;margin:0 auto;height:58px;list-style:none;}
.nava li{float:left;height:58px;position:relative;list-style:none;}
.nava li.last{background:none;}
.nava li a{text-decoration:none;}
.nava li a span{float:left;display:block;line-height:58px;font-size:16px;color:#646464;cursor:pointer;padding-left:25px;padding-right:25px;text-align:center; font-weight:700;}
.nava li.selected .submenu{display:block;}
.nava li .submenu{display:none;position:absolute;top:88px;left:-9px;}
.nava li .submenu li{float:none;padding:0;background:none;height:auto;border-bottom:dotted 0px #BEBEBE;}
.menu_li_txt{line-height:30px;font-size:12px;color:#696969; text-align:left;}
.menu_li_txt font{font-size:14px;color:#bb1721;}
.menu_li_txt a{color:#696969;text-decoration:none;font-size:14px;}
.menu_li_txt a:hover{color:#696969;text-decoration:underline;}
.menu_news_bg{width:140px;height:325px;background:#fff;}
.menu_news_main{width:130px;margin:auto;padding-top:12px;}
.menu_news_li{padding:0px 20px;height:150px;float:left;}
.menu_news_img{float:left;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}
.menu_news_li2{padding:0px 30px;height:150px;float:right;}
.menu_news_img2{float:left;margin-left:30px;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}
.menu_news_li3{padding:0px 25px;height:150px;float:right;border-left:solid 1px #cccccc;}
.menu_news_img3{float:left;margin-left:10px;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}







/**********************底部样式 ****************************************/


/*在线客服*/
.izl-rmenu{position:fixed;right:5%;bottom:10%;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;display:block;padding:0;margin:0;border:none;border-radius: 0;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq.btn-qqe {background:url(../img/r_qqe.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx.btn-wxe{background:url(../img/r_wxe.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone.btn-phonee{background:url(../img/r_phonee.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.backToTop {display: none; width: 64px;height:65px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}


